GktIconTheme: Be more careful with paths
authorMatthias Clasen <mclasen@redhat.com>
Mon, 14 Jul 2014 22:44:00 +0000 (18:44 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 14 Jul 2014 22:44:00 +0000 (18:44 -0400)
commit5a252f13a863c00ccd9901afa110e85836a6af4c
treeb6ced4fb2b01455f863dd07aaef2b9ba2af0c92a
parent64c2bafafcf15f93a6417267878adcdd43b21e74
GktIconTheme: Be more careful with paths

Slapping file:// in front of a path does not guarantee a working
uri (e.g. if you are on windows and the path looks like F:\\...).
Therefore, go back to using g_file_new_for_path if we don't have
to deal with a resource.
gtk/gtkicontheme.c